projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d054fa
)
Add one more selector to CSS parsing tests
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 15 Nov 2015 00:04:42 +0000
(19:04 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 15 Nov 2015 00:04:42 +0000
(19:04 -0500)
Add an E + F selector to the selector parsing tests.
It is a CSS selector that we support.
testsuite/gtk/stylecontext.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/stylecontext.c
b/testsuite/gtk/stylecontext.c
index 25c3881eecef383ba16f9114012ec47f80e2be6c..9dc703953b7b2b64a3c6664a19d3ed8f960bd957 100644
(file)
--- a/
testsuite/gtk/stylecontext.c
+++ b/
testsuite/gtk/stylecontext.c
@@
-12,6
+12,7
@@
test_parse_selectors (void)
"E {}",
"E F {}",
"E > F {}",
+ "E + F {}",
"E#id {}",
"#id {}",
"tab:first-child {}",